From d028b35d080426cda8dbe08805311ca54132bcbb Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Tue, 17 May 2022 11:29:06 +0200 Subject: [PATCH] typo --- src/siri/db/listener.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/siri/db/listener.c b/src/siri/db/listener.c index 7f8d1fa1..0965fc75 100644 --- a/src/siri/db/listener.c +++ b/src/siri/db/listener.c @@ -179,7 +179,7 @@ if (IS_MASTER && siridb_is_reindexing(siridb)) \ #define MSG_SUCCES_SET_TEE_DISABLED \ "Successfully disabled tee." #define MSG_SUCCES_SET_TEE_ENABLED \ - "Successfully configures tee to %s." + "Successfully configured tee to %s." #define MSG_SUCCES_SET_LOG_LEVEL \ "Successfully set log level to '%s' on '%s'." #define MSG_SUCCESS_SET_SELECT_POINTS_LIMIT \ -- 2.30.2